-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FE][FEAT] #134 : Layout Component 구현 #137
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
happyhyep
previously approved these changes
Nov 11, 2024
export const Div = ({prop1, prop2, ...}) => { export const Div = (props: IProps) => { export const Div = (props: IProps) => { 중에 2,3번만 사용하기로 했던걸로 기억하는데, 1번으로 되어 있어 수정이 필요하지 않을까 싶습니다 |
juwon5272
added
수정 요청
특정 이유로 PR을 approve 할 수 없어 반려한 상태 (리뷰어 2명 중 PR 반려 한 사람이 상태 변경)
and removed
확인 요청
리뷰어에게 리뷰 요청 PR 날린 상태 (PR 머지 전)
labels
Nov 11, 2024
effozen
reviewed
Nov 11, 2024
juwon5272
previously approved these changes
Nov 11, 2024
effozen
reviewed
Nov 11, 2024
leedongyull
added
수정 중
리뷰어에게 PR을 반려당했을 때, 작업자가 "수정 요청"을 확인한 후 수정에 들어간 경우 (이후 수정 완료되면 "확인 요청"으로 상태 변경)
확인 요청
리뷰어에게 리뷰 요청 PR 날린 상태 (PR 머지 전)
and removed
수정 요청
특정 이유로 PR을 approve 할 수 없어 반려한 상태 (리뷰어 2명 중 PR 반려 한 사람이 상태 변경)
수정 중
리뷰어에게 PR을 반려당했을 때, 작업자가 "수정 요청"을 확인한 후 수정에 들어간 경우 (이후 수정 완료되면 "확인 요청"으로 상태 변경)
labels
Nov 11, 2024
effozen
previously approved these changes
Nov 11, 2024
수정사항에 대해서 확인했습니다! 고생하셨습니다! |
happyhyep
previously approved these changes
Nov 12, 2024
happyhyep
approved these changes
Nov 12, 2024
juwon5272
approved these changes
Nov 12, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
📝 PR 개요
✅ 체크리스트 (Checklist)
🔄 관련 이슈 (Linked Issues)
기본 Layout의 틀은 위와 같고 현재 피그마의 모든 header, footer 대응 가능
하지만, Router에서 사용 시 페이지 마다 달라지는 props들이 있기에
이러한 형식으로 코드가 길어지고 각각 모두 설정해줘야 합니다.
이러한 방식이 맞는건지 모르겠습니다! 리뷰 부탁 드립니당
📷 스크린샷 및 동영상 (선택 사항)
우선 공통 버튼 컴포넌트가 없어 좌측 상단 토스트바, 뒤로가기 버튼은 없는 상태
상단 제목 X
상단 제목 O 하단 버튼 active 상태
header 투명 가능
설명: UI 변경 사항이 포함된 경우, 변경된 화면을 시각적으로 보여주기 위해 스크린샷이나 동영상을 첨부하면 도움이 됩니다. 리뷰어는 화면 변경 사항을 바로 확인할 수 있어 코드 리뷰가 더 효과적입니다.
🔄 피드백 반영 및 수정